home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / applic~1 / ss133st.zoo / ss_133 / Files < prev    next >
Encoding:
Text File  |  1994-02-07  |  4.1 KB  |  102 lines

  1. ---------- ---------- ---------- ---------- ---------- ---------- ----------
  2. HERE IS A LIST OF ALL THE FILES IN THE DISTRIBUTION:
  3.  
  4.   NOTE:  Files marked with a "*" are files that are either unchanged
  5.          from their ``sc 6.21'' counterparts, or have only minor
  6.      modifications.  (OR, I've never even looked at them, and
  7.      have no comprehension at all as to how they work :-)
  8.  
  9. ---------- ---------- ---------- ---------- ---------- ---------- ----------
  10. FILES RELATED TO BUILDING SS  
  11.  
  12.   README    - READ THIS FILE FIRST.  General overview, & Instructions
  13.   Instruct    - READ THIS FILE SECOND.  Build instructions.
  14.  
  15.   config.*    - Configuration Header file for various architectures.
  16.           Choose the appropriate one and copy to 'config.h'
  17.   Makefile    - for building 'ss'
  18.   Mklinks    - (see 'Instruct')  Creates directories for building ss.
  19.  
  20. * eres.sed    -\ Sed command files.  Used by the Makefile, to build 
  21. * sres.sed    -/ experres.h and statres.h
  22. * torev        - Sed command file.  Used by the Makefile, in building
  23.           'ss.l' from 'ss.man'.  (Some global changes are made,
  24.                   see the warning comments in 'ss.man').
  25.  
  26. ---------- ---------- ---------- ---------- ---------- ---------- ----------
  27. SS SOURCE FILES
  28.  
  29. * cmds.c    - Command routines
  30. * crypt.c    - Encryption utilities.
  31.           Our system, being outside the US, cannot use this.
  32.           Therefore this file is completely untouched, and the
  33.           encryption feature is completely untried in 'ss'.
  34.   ctrl.[c|h]     - Process Control Character Commands 
  35.           (as opposed to menu commands).
  36.   curs_sup.h    - Curses-Support header file.
  37.   disprng.[c|h]    - Range Display/Manipulate functions.
  38. * format.c    - formating a number.
  39.   getinput.[c|h] - Functions for getting a line of input.  Allows user
  40.           editting of the input, etc.  Based upon "input-edit"
  41.           by Chris Thewalt.  
  42. * gram.y    - YACC file -> command parser.  Becomes gram.c
  43.   help.c    - The beginnings of on-line help.  Unfinished, not
  44.           implemented in the default setup.
  45. * interp.c    - Expression interpreter.
  46.   keys.h    - Header file, defining 'ss' key bindings.
  47. * lex.c        - lexical analyzer (input processing also)
  48.   menu.[c|h]     - Menu Driver.  Functions for displaying the command menus
  49.             and processing the related input.
  50.   m_cell.[c|h]    - Cell Menu Operations
  51.   m_edit.[c|h]    - Edit Menu Operations
  52.   m_file.[c|h]    - File Menu Operations
  53.   m_macro.[c|h]    - Macro Menu Operations
  54.   m_misc.[c|h]    - Misc Menu Operations
  55.   m_name.[c|h]    - Name Sub-Menu Operations
  56.   m_rowcol.[c|h] - Row Menu & Column Menu Operations
  57.   m_view.[c|h]    - View Sub-Menu Operations
  58. * range.c    - Range Manipulations
  59. * screen.c    - Curses based screen driver.  (screen update routines)
  60.   ss.c / ss.h    - main program, main loop, main header file.
  61.   version.c    - 'ss' release version number
  62. * vmtbl.c    - Spreadsheet 'tbl' creation
  63. * xmalloc.c    - a "safer saner" malloc, for careless programmers.
  64.  
  65. ---------- ---------- ---------- ---------- ---------- ---------- ----------
  66. MISC FILES:
  67.  
  68.   Bugs        - Known problems not yet fixed.
  69.   Changes    - Changes since the last release.
  70.   Copyright    - Self-explanatory.
  71.   Files        - This file
  72.   Prog.doc    - A few random thoughts, directed at programmers.
  73.   Todo        - Ideas for enhancements for the next version.
  74.  
  75.   ss.man    - The main man page for ss.
  76.  
  77.   examples/    - a few sample spreadsheets that I made up.
  78.  
  79.   sc_stuff/    - Contains misc. files left over from sc.  No longer used.
  80.   sunfkeys/     - See 'README' and 'sunfkeys/README' for the best 
  81.           explanation of what this is.
  82.  
  83. ---------- ---------- ---------- ---------- ---------- ---------- ----------
  84. PSS FILES:
  85.  
  86. * pss.c        - Converts ASCII files into sc (and, therefore 'ss')
  87.           compatible files.  See the man page for more info.
  88. * pss.man    - Man page for psc.c
  89.  
  90.     NOTE: These files are identical to the "psc.c" and "psc.doc"
  91.           files from the sc 6.21 package, they have only been renamed.
  92.  
  93. ---------- ---------- ---------- ---------- ---------- ---------- ----------
  94. VMS FILES: 
  95.  
  96. * VMS.doc    - Instructions for VMS users
  97. * build.com    - Makefile equivalent, for VMS systems
  98.  
  99.     NOTE: I have no VMS systems here.  Therefore these are completely
  100.           untested with ss.  Provided for your information only.
  101. ---------- ---------- ---------- ---------- ---------- ---------- ----------
  102.